Uses of Class
com.netscape.certsrv.usrgrp.EUsrGrpException
Packages that use EUsrGrpException
-
Uses of EUsrGrpException in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that throw EUsrGrpExceptionModifier and TypeMethodDescriptionabstract User
CertUserLocator.locateUser
(Certificates certs) Returns a user whose certificates match with the given certificates -
Uses of EUsrGrpException in com.netscape.cms.realm
Methods in com.netscape.cms.realm that throw EUsrGrpException -
Uses of EUsrGrpException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw EUsrGrpExceptionModifier and TypeMethodDescriptionvoid
Adds a group of identities.void
UGSubsystem.addSeeAlso
(String userID, String value) void
Adds identity.void
UGSubsystem.addUserCert
(String userID, X509Certificate cert) adds a user certificate to uservoid
UGSubsystem.addUserToGroup
(Group grp, String userid) protected Group
UGSubsystem.buildGroup
(netscape.ldap.LDAPEntry entry) builds an instance of a Group entryprotected Enumeration
<Group> UGSubsystem.buildGroups
(netscape.ldap.LDAPSearchResults res) protected User
UGSubsystem.buildUser
(netscape.ldap.LDAPEntry entry) builds a User instance.protected Enumeration
<User> UGSubsystem.buildUsers
(netscape.ldap.LDAPSearchResults res) UGSubsystem.findGroups
(String filter) Finds groups.UGSubsystem.findGroupsByUser
(String userDn, String filter) UGSubsystem.findUser
(X509Certificate cert) Locates a user by certificate.UGSubsystem.findUsersByCert
(String filter) Searchs for identities that matches the certificate locater generated filter.UGSubsystem.findUsersByKeyword
(String keyword) Searchs for identities that matches the filter.Retrieves a user from LDAPprotected User
UGSubsystem.lbuildUser
(netscape.ldap.LDAPEntry entry) builds a User instance.protected Enumeration
<User> UGSubsystem.lbuildUsers
(netscape.ldap.LDAPSearchResults res) UGSubsystem.listGroups
(String filter) List groups.Searchs for identities that matches the filter.CertDNCertUserLocator.locateUser
(Certificates certs) Do the cert-user mappingExactMatchCertUserLocator.locateUser
(Certificates certs) Do the cert-user mappingvoid
UGSubsystem.modifyGroup
(Group group) Modifies an existing group in the database.void
UGSubsystem.modifyUser
(User identity) modifies user attributes.void
UGSubsystem.removeGroup
(String name) Removes a group.void
UGSubsystem.removeSeeAlso
(String userID, String value) void
UGSubsystem.removeUser
(String userid) Removes identity.void
UGSubsystem.removeUserCert
(String userID, String certID) Removes a user certificate for a user entry given a user certificate ID (a combination of version, serialNumber, issuerDN, and SubjectDN).void
UGSubsystem.removeUserFromGroup
(Group grp, String userid)